ReadIniIntegers
Count = ReadIniIntegers(Filename$, Section$, Key$, intArray())
 
Parameters:

    Filename$ = the name of the Ini file
    Section$ = the section name
    Key$ = the key name
    intArray() = an array that receives the values
Returns:

    Count = the number of values read
 

ReadIniIntegers reads a number of comma separated integer values from an Ini file. You need to pass a integer array to the function that will receive the values. The function returns the number of values that have been read.
 
Related Info: ReadIniFloats | ReadIniStrings :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com